home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_341 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  315 b   |  17 lines

  1. on(release){
  2.    set("../main_form:recurrence",old_recurrence_string);
  3.    tellTarget("../main_form/recBtn")
  4.    {
  5.       gotoAndStop("show");
  6.    }
  7.    tellTarget("_level40/sound")
  8.    {
  9.       gotoAndStop("deny");
  10.    }
  11.    _visible = "0";
  12.    tellTarget("controller")
  13.    {
  14.       gotoAndStop("wait");
  15.    }
  16. }
  17.